home *** CD-ROM | disk | FTP | other *** search
- #ifndef _windowtkl_
- #define _windowtkl_
- /******************************************************************************\
- * Header Files
- \******************************************************************************/
-
- #ifndef __EVENTS__
- #include <Events.h>
- #endif
-
- #ifndef __WINDOWS__
- #include <Windows.h>
- #endif
-
-
- /******************************************************************************\
- * Constant Declarations
- \******************************************************************************/
-
- #define scrollBarSize 16 //Width of scroll bar in pixels
-
-
- /******************************************************************************\
- * Function Declarations
- \******************************************************************************/
-
- void DoUpdateEvent (EventRecord *);
- void DoActivateEvent (WindowPeek, short);
- void DoContentEvent (EventRecord *, WindowPtr);
- void DoDragEvent (EventRecord *, WindowPtr);
- void DoGoAwayEvent (EventRecord *, WindowPtr);
- void DoZoomEvent (EventRecord *, WindowPtr, short);
- void CloseAllWindows (void);
- void SetWindSize (WindowPtr);
- WindowPtr FrontWindKind (short);
-
-
- #endif
-